projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25c692
)
(c++-empty-arglist-indent): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:56:14 +0000
(16:56 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:56:14 +0000
(16:56 +0000)
lisp/obsolete/cplus-md.el
patch
|
blob
|
history
diff --git
a/lisp/obsolete/cplus-md.el
b/lisp/obsolete/cplus-md.el
index 2eb47fd926bab12900142bb6b987c92a630c4d00..2500a47057bf4bf24c8a1e071bf1e95464deb03b 100644
(file)
--- a/
lisp/obsolete/cplus-md.el
+++ b/
lisp/obsolete/cplus-md.el
@@
-168,7
+168,7
@@
with the colon on the first line."
:type 'boolean
:group 'old-c++)
(defcustom c++-empty-arglist-indent nil
- "*Indicates how far to indent a
n
line following an empty argument
+ "*Indicates how far to indent a line following an empty argument
list. nil indicates to just after the paren."
:type '(choice (const nil) integer)
:group 'old-c++)